Fix warning due to typo
authorAlexander Larsson <alexl@redhat.com>
Tue, 27 Jan 2009 14:11:39 +0000 (15:11 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:28 +0000 (10:15 +0200)
gdk/x11/gdkasync.c

index 585c9ef2b9a28870b75f3afb894b33f3a7a992a1..b230c1fabaeeee01337554e132976d2b91cb6785 100644 (file)
@@ -772,7 +772,7 @@ roundtrip_handler (Display *dpy,
                   int      len,
                   XPointer data)
 {
-  RoundtripState *state = (SendEventState *)data;  
+  RoundtripState *state = (RoundtripState *)data;  
   
   if (dpy->last_request_read == state->get_input_focus_req)
     {